cURL
curl --request PUT \ --url https://api-hml.ponto-on.com/registropontos/solicitar/45 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "dataSolicitar": "2024-02-12T20:00:00.000Z", "funcionarioId": 1, "motivo": "Esqueci de registrar" } '
{}
Solicitar Ajuste de ponto [Funcionário
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"2024-02-12T20:00:00.000Z"
1
"Esqueci de registrar"
The response is of type object.
object